Welcome![Sign In][Sign Up]
Location:
Search - C http

Search list

[Proxy Server实现Http代理服务器

Description: 用C#实现Http代理服务器-C# HTTP proxy server
Platform: | Size: 48317 | Author: hkx | Hits:

[CSharpICanSeeYou远程控制软件(所有C#源代码).rar

Description: ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3 使代码更美观、阅读更方便。 4 使代码的逻辑更清晰、更易于理解。代码重用性通过结合程序员定义的类和定义良好、精心测试、文档完整、可移植和用途广泛的FCL(重用框架类库),开发者进行软件构建,这种形式的软件重用加速了功能强大和高质量软件的开发。而本项目定义了不少可重用的代码,例如文件的各种操作,鼠标的模拟点击,键盘的模拟按键按下,关机,屏幕截取,API函数库,网络的基本操作等。
Platform: | Size: 4826356 | Author: feelyounger | Hits:

[Web ServerC++ HTTP SERVEr

Description: 这是用C++实现的HTTP服务器
Platform: | Size: 240751 | Author: hzp_westone@163.com | Hits:

[.NET/ASPX《ASP.NET 3.5电子商务开发实战》(Beginning ASP.NET E-Commerce in C# From Novice to Professional)PDF

Description: 本书讲解了教你一步一步的采用全新的ASP.NET 3.5,SQL Server 2008构建的电子商务站点,在前一本ASP.NET 2.0电子商务开发实战的基础上新添了许多令人耳目一新的功能,例如:SEO(搜索引擎优化),产品推荐等功能。是适合各阶层的开发人员读的书籍。 书中源代码可官网下载:http://apress.com/book/downloadfile/4347
Platform: | Size: 16892615 | Author: qiu5566qiu | Hits:

[ISAPI-IE从HTTP服务器下载文件

Description: 从HTTP服务器下载文件-from the HTTP server download
Platform: | Size: 6144 | Author: 盛杰 | Hits:

[Proxy Server实现Http代理服务器

Description: 用C#实现Http代理服务器-C# HTTP proxy server
Platform: | Size: 48128 | Author: hkx | Hits:

[Internet-Network采用异步方式的HTTP服务器程序代码

Description: 采用异步方式的HTTP服务器程序代码.是最好的学习HTTP服务器的示例,希望对需要的朋友有所帮助-using asynchronous HTTP server code. The study is the best examples of HTTP server, and I hope to have a friend in need of help
Platform: | Size: 34816 | Author: 太阳 | Hits:

[Internet-Networkhttp

Description: 一些关于HTTP协议处理的文档,还包括了gzip包(它是用来解压缩HTTP传送的压缩数据)-HTTP protocol processing on the document, also includes the gzip package (which is used to decompress compressed HTTP data transmission)
Platform: | Size: 5268480 | Author: 孔文辉 | Hits:

[Windows DevelopHTTP

Description: http服务器,这是由vc++编写的类似于http的服务器程序-http server, which is by vc++ prepared similar to the server program http
Platform: | Size: 55296 | Author: s | Hits:

[Internet-NetworkHTTP

Description: 对网络中HTTP协议进行上传下载,基于HTTP协议进行发送数据及上传下载文件-HTTP protocol on the network for uploading and downloading, based on the HTTP protocol to send data download and upload files
Platform: | Size: 4941824 | Author: Paul | Hits:

[Web ServerHTTP-server-source-code

Description: HTTP服务器源代码(http是超文本传输协议,http服务器就是能运行和解析超文本代码的)-HTTP server source code (http is the hypertext transfer protocol, http server that can run and analytical hypertext code)
Platform: | Size: 82944 | Author: 镜子 | Hits:

[TCP/IP stackVC-HTTP-FILE-WEB

Description: 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Platform: | Size: 117760 | Author: 阿荣 | Hits:

[Linux-Unixchttp

Description: Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。-Linux C HTTP
Platform: | Size: 1024 | Author: 毛鑫 | Hits:

[Internet-NetworkHTTP

Description: HTTP协议详解中文版 本文讨论超文本传输协议-Http
Platform: | Size: 651264 | Author: klain | Hits:

[VC/MFChttp-sinffer

Description: http网络数据包截获与还原,实现分析与源码。-http network packet interception and reduction, to achieve analysis and source code.
Platform: | Size: 328704 | Author: 王斌 | Hits:

[Internet-NetworkHTTP

Description: HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h> #include <netinet/in.h> #include <limits.h> #include <netdb.h> #include <arpa/inet.h> #include <ctype.h>
Platform: | Size: 3072 | Author: zyh | Hits:

[Otherc# HTTP代理服务器

Description: 代理服务,走的是http请求,实现普通代理请求。(The proxy service is the HTTP request)
Platform: | Size: 166912 | Author: 慢度 | Hits:

[Otherc++理解http服务器tinyhttpd-0.1.0.tar

Description: 用c++做的http简单案例,用以理解http服务器是很不错的,对于新人来说!!(C++ HTTP simple case, to understand the HTTP server is very good, for new people!!!)
Platform: | Size: 5120 | Author: Beijiaan | Hits:

[Internet-Networkhttp

Description: 主要用于在c++中进行http同步请求的接口类,使用很简单,支持Get/Post请求方式(The interface class, which is mainly used in c++ for HTTP synchronization requests, is easy to use and supports the Get/Post request mode)
Platform: | Size: 1516544 | Author: fdghgfhgfh | Hits:

[Internet-NetworkCC++HTTP服务器开发

Description: 跨平台windows Linux c/c++ http服务器开发技术 简单可靠方便的http服务器开发包,支持VC 和 linux NetEngine_SimpleHttp c/c++ 开发http服务器(Cross platform windows Linux c/c++ HTTP server development technology Simple, reliable and convenient HTTP server development kit, supporting VC and Linux NetEngine_SimpleHttp)
Platform: | Size: 21925888 | Author: aaadddzxc | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net